home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3cube.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_p3cube_H = 1;
- include("real/gadget/r3prpgad.js")
-
-
- var R3CLID_CUBEPROPGADGET = 218;
-
-
-
-
- // Description: Set corners
- // p3: r3Vect
-
- R3PCUBGM_CPP3 = 218003;
-
- function mR3PCUBGM_CPP3(p3) {
- DoA(this.r3obj, 218003, p3, R3TID_VECTOR, 0);
- }
-
- // Description: set width, height and depth
- // p3: Number
-
- R3PCUBGM_DEPTH = 218006;
-
- function mR3PCUBGM_DEPTH(p3) {
- DoA(this.r3obj, 218006, p3, R3TID_FLOAT, 0);
- }
-
-
-
-
- var R3PCUBGA_HideCoveredOpts = 218500; // Boolean
-
-
- function r3Cubepropgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_CUBEPROPGADGET, arguments);
- }
- // Methods
- this.CPP3=mR3PCUBGM_CPP3;
- this.DEPTH=mR3PCUBGM_DEPTH;
-
- // Attributes
- }
-
- r3Cubepropgadget.prototype=new r3Propertiesgadgets;
- // p3cube.h_H